home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Extensions / Imaging / libImaging / ImConfig.h.mac < prev    next >
Encoding:
Text File  |  2000-06-23  |  1.5 KB  |  56 lines

  1. /* $Id: ImConfig.h.mac,v 1.2 1999/01/13 12:36:09 jack Exp $
  2.  *
  3.  * The Python Imaging Library.
  4.  *
  5.  * File:
  6.  *    ImConfig.win -- ImConfig.h template for Mac (from ImConfig.h)
  7.  *
  8.  * Modified by Jack Jansen for Macintosh.
  9.  * Copyright (c) Fredrik Lundh 1995.  All rights reserved.
  10.  */
  11.  
  12. /* Define to empty if the keyword does not work.  */
  13. /* #undef const */
  14.  
  15. /* Define as __inline if that's what the C compiler calls it.  */
  16. /* #define inline __inline */
  17.  
  18. /* Define if you have ANSI prototypes.  */
  19. #undef HAVE_PROTOTYPES    /* Python defines it without value */
  20. #define HAVE_PROTOTYPES 1
  21.  
  22. /* Define if you have the ANSI C header files.  */
  23. #undef STDC_HEADERS    /* Python defines it without value */
  24. #define STDC_HEADERS 1
  25.  
  26. /* Define if your processor stores words with the most significant
  27.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  28. #define WORDS_BIGENDIAN
  29.  
  30. /* The number of bytes in a char.  */
  31. #define SIZEOF_CHAR 1
  32.  
  33. /* The number of bytes in a double.  */
  34. #define SIZEOF_DOUBLE 8
  35.  
  36. /* The number of bytes in a float.  */
  37. #define SIZEOF_FLOAT 4
  38.  
  39. /* The number of bytes in a int.  */
  40. #define SIZEOF_INT 4
  41.  
  42. /* The number of bytes in a long.  */
  43. #define SIZEOF_LONG 4
  44.  
  45. /* The number of bytes in a short.  */
  46. #define SIZEOF_SHORT 2
  47.  
  48. /* Define if you have the IJG jpeg library (-ljpeg).  */
  49. #define HAVE_LIBJPEG
  50.  
  51. /* Define if you have the Greg Ward's mpeg library (-lmpeg).  */
  52. #undef HAVE_LIBMPEG
  53.  
  54. /* Define if you have the zlib compression library (-lz).  */
  55. #define HAVE_LIBZ
  56.